The OLE DB provider "SQLNCLI10" for linked server indicates.
Error: The OLE DB provider "SQLNCLI10" for linked server indicates that either the object has no columns or the current user does not have permissions on that object.
When one of the columns has an invallid name this can ocure. This can be fixed by altering the sys.spt_columns_view by replacing the c.name column in quotename(c.name). |